table of contents
HASHKIT_VALUE(3) | libmemcached-awesome | HASHKIT_VALUE(3) |
NAME¶
hashkit_value - libhashkit Documentation
SYNOPSIS¶
- #include <libhashkit-1.0/hashkit.h>
- Compile and link with -lhashkit
- hash -- pointer to an initialized hashkit_st struct
- key -- the key to genereate a hash of
- key_length -- the length of the key without any terminating zero byte
DESCRIPTION¶
The hashkit_value() function generates a 32-bit hash value from the given key and key_length. The hash argument is an initialized hashkit object, and distribution type and hash function is used from this object while generating the value.
RETURN VALUE¶
A 32-bit hash value.
SEE ALSO¶
libhashkit(3) hashkit_create(3) hashkit_function(3) hashkit_functions(3)
November 12, 2021 | 1.1 |